home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Programming / Programming Languages / PC Basic / PCBASIC Stand alone version / Read Me about PCBASIC SA < prev   
Text File  |  1992-02-22  |  2KB  |  58 lines

  1.  
  2.  
  3.  
  4.             How to use Stand Alone version of PCBASIC
  5.             
  6.                         2/22/92
  7.                         
  8.         
  9.      These are very abreviated instructions for using the shareware version
  10. of PCBASIC. Refer to the PCBASIC Manual for more detailed information.
  11.  
  12.  
  13.     REQUIREMENTS
  14.        
  15.        You need an editor capable of creating "TEXT" type files. TeachText
  16.        and most word processors have this option.
  17.     
  18.        This version can compile under System 7 or System 6 of the 
  19.        Macintosh operating system. 
  20.        
  21.  
  22.     INSTALLATION
  23.     
  24.        1) Copy the entire folder, "PCBASIC Stand alone version",
  25.            to a convenient spot on your disk. The "PCBASIC Runtime"
  26.            folder must remain in the same folder as the compiler.
  27.  
  28.        2) Set the Macintosh to 24-bit mode with Virtual Memory off
  29.            when you compile or run the compiled BASIC programs.
  30.            (If "32-bit clean" programs are needed, you can use
  31.            the MPW version of PCBASIC on this same disk)
  32.  
  33.     COMPILING "PCBASICDemo"
  34.     
  35.        1) Double click the "PCBASIC" compiler icon.
  36.            
  37.        2) Read the startup dialog box and click.
  38.        
  39.        3) Set the file names by pushing each of the four file buttons
  40.            and choosing or naming a file. The files should be:
  41.            
  42.                 Kind              Name
  43.               
  44.               Source          PCBASICDemo.b
  45.               Resource        PCBASICDemo.r
  46.               Listing         PCBASICDemoLst
  47.               Object          PCBASICDemo
  48.               
  49.        4) Set the output to "Program", the Signature to "DEMO" and
  50.            be sure the "Line Labels" box is checked.
  51.            
  52.        5) Click "Compile". PCBASIC will compile and link the program.
  53.        
  54.        6) Double click "PCBASICDemo" to run the program. You can
  55.            also start the program by double clicking the "Mail List"
  56.            file the PCBASICDemo creates.
  57.        
  58.